google.golang.org/protobuf/internal/impl.pointer.Int64 (method)

21 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L1843: 	v := *p.Int64()
		codec_gen.go#L1849: 	v := *p.Int64()
		codec_gen.go#L1874: 	*p.Int64() = int64(v)
		codec_gen.go#L1889: 	v := *p.Int64()
		codec_gen.go#L1899: 	v := *p.Int64()
		codec_gen.go#L2258: 	v := *p.Int64()
		codec_gen.go#L2264: 	v := *p.Int64()
		codec_gen.go#L2289: 	*p.Int64() = protowire.DecodeZigZag(v)
		codec_gen.go#L2304: 	v := *p.Int64()
		codec_gen.go#L2314: 	v := *p.Int64()
		codec_gen.go#L4054: 	v := *p.Int64()
		codec_gen.go#L4069: 	*p.Int64() = int64(v)
		codec_gen.go#L4084: 	v := *p.Int64()
		codec_gen.go#L4094: 	v := *p.Int64()
		merge_gen.go#L87: 	*dst.Int64() = *src.Int64()
		merge_gen.go#L91: 	v := *src.Int64()
		merge_gen.go#L93: 		*dst.Int64() = v
		message_opaque_gen.go#L60: 			x := p.Apply(fieldOffset).Int64()
		message_reflect_field_gen.go#L207: 			x := p.Apply(fieldOffset).Int64()
		pointer_unsafe.go#L93: func (p pointer) Int64() *int64                         { return (*int64)(p.p) }